home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / WinHTTrackView.h < prev    next >
C/C++ Source or Header  |  2000-04-24  |  2KB  |  65 lines

  1. // WinHTTrackView.h : interface of the CWinHTTrackView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_WINHTTRACKVIEW_H__812065CF_6988_4DE1_857D_61123451A159__INCLUDED_)
  6. #define AFX_WINHTTRACKVIEW_H__812065CF_6988_4DE1_857D_61123451A159__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12.  
  13. class CWinHTTrackView : public CView
  14. {
  15. protected: // create from serialization only
  16.     CWinHTTrackView();
  17.     DECLARE_DYNCREATE(CWinHTTrackView)
  18.  
  19. // Attributes
  20. public:
  21.     CWinHTTrackDoc* GetDocument();
  22.  
  23. // Operations
  24. public:
  25.  
  26. // Overrides
  27.     // ClassWizard generated virtual function overrides
  28.     //{{AFX_VIRTUAL(CWinHTTrackView)
  29.     public:
  30.     virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  31.     virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  32.     protected:
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36. public:
  37.     virtual ~CWinHTTrackView();
  38. #ifdef _DEBUG
  39.     virtual void AssertValid() const;
  40.     virtual void Dump(CDumpContext& dc) const;
  41. #endif
  42.  
  43. protected:
  44.  
  45. // Generated message map functions
  46. protected:
  47.     //{{AFX_MSG(CWinHTTrackView)
  48.         // NOTE - the ClassWizard will add and remove member functions here.
  49.         //    DO NOT EDIT what you see in these blocks of generated code !
  50.     //}}AFX_MSG
  51.     DECLARE_MESSAGE_MAP()
  52. };
  53.  
  54. #ifndef _DEBUG  // debug version in WinHTTrackView.cpp
  55. inline CWinHTTrackDoc* CWinHTTrackView::GetDocument()
  56.    { return (CWinHTTrackDoc*)m_pDocument; }
  57. #endif
  58.  
  59. /////////////////////////////////////////////////////////////////////////////
  60.  
  61. //{{AFX_INSERT_LOCATION}}
  62. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  63.  
  64. #endif // !defined(AFX_WINHTTRACKVIEW_H__812065CF_6988_4DE1_857D_61123451A159__INCLUDED_)
  65.